QueueStatusOrBuilder

interface QueueStatusOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getFree(): Int
Free entries in the outgoing queue 
uint32 free = 2;
Link copied to clipboard
abstract fun getMaxlen(): Int
Maximum entries in the outgoing queue 
uint32 maxlen = 3;
Link copied to clipboard
abstract fun getMeshPacketId(): Int
What was mesh packet id that generated this response? 
uint32 mesh_packet_id = 4;
Link copied to clipboard
abstract fun getRes(): Int
Last attempt to queue status, ErrorCode 
int32 res = 1;